home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Old Testament Foundatiosn with Philip Yancey
/
Old Testament Foundatiosn with Philip Yancey - Disc 2.iso
/
pc
/
data
/
m44.dir
/
00002.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-09
|
273 b
|
12 lines
on startMovie
global gNumberofSlides, gCurrentSlide, gOnIBM, gSoundPath
identifyPlatform()
if gOnIBM then
set gSoundPath to the pathName & "m44\"
else
set gSoundPath to the pathName & "m44:"
end if
set gNumberofSlides to 10
set gCurrentSlide to 1
end